home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
mac
/
Ganmac
/
eb.cst
/
00109_Script_left script
< prev
next >
Wrap
Text File
|
1999-09-22
|
565b
|
22 lines
on mousedown
-- previous pic
if the clickOn > 0 then
global name, cspname,getspchannel, gpiclist,gpictot,gpicno
set name to the name of member(the member of sprite the clickon)
set rr to "r"& name
set the member of sprite the clickon to the number of member rr of castlib "eb.cst"
updatestage
set xx to the frameLabel
set yy to getPos(gpiclist, xx)
if yy > 1 then
go to frame getAt(gpiclist, yy-1)
else
go to frame getAt(gpiclist,gpictot)
end if
end if
-- go to previous
end